|
MessageFactoryExceptionSetBytes Method
|
Sets the bytes.
Namespace: GSF.Net.Snmp.MessagingAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.205-beta
Syntax public void SetBytes(
byte[] value
)
Public Sub SetBytes (
value As Byte()
)
member SetBytes :
value : byte[] -> unit
function SetBytes(value);
View SourceParameters
- value Byte
- Bytes.
See Also