ServiceRecord(ServiceAttribute) Constructor
Initializes a new instance of the
ServiceRecord class
with the specified set of ServiceAttributes.
Namespace: InTheHand.Net.Bluetooth.SdpAssembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public ServiceRecord(
params ServiceAttribute[] attributesList
)
Public Sub New (
ParamArray attributesList As ServiceAttribute()
)
public:
ServiceRecord(
... array<ServiceAttribute^>^ attributesList
)
new :
attributesList : ServiceAttribute[] -> ServiceRecord
Parameters
- attributesList ServiceAttribute
- The list of ServiceAttribute
to add to the record,
as an array of ServiceAttribute.