Type of the channel.
Namespace:
Bone.CallbackArgsAssembly: BoneNet (in BoneNet.dll) Version: 0.1.3089.35299 (0.1.0)
Syntax
| C# |
|---|
public byte Type { get; internal set; } |
| Visual Basic (Declaration) |
|---|
Public Property Type As Byte |
| Visual C++ |
|---|
public: property unsigned char Type { unsigned char get (); void set (unsigned char value); } |