Get or set the Service Class flags that this service adds to the host
device’s Class Of Device field.
| C# | Visual Basic |
public ServiceClass ServiceClass { get; set; }
Public Property ServiceClass As ServiceClass
The Class of Device value contains a Device part which describes the primary service that the device provides, and a Service part which is a set of flags indicating all the service types that the device supports, e.g. ObjectTransfer, Telephony, Audio etc. This property supports setting those flags; bits set in this value will be added to the host device’s CoD Service Class bits when the listener is active. For Win32 see MSDN — BTH_SET_SERVICE Structure