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