|
ObjectIdentifierAppendBytesTo Method
|
Appends the bytes to Stream.
Namespace: GSF.Net.SnmpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.246-beta
Syntaxpublic void AppendBytesTo(
Stream stream
)
Public Sub AppendBytesTo (
stream As Stream
)
public:
virtual void AppendBytesTo(
Stream^ stream
) sealed
abstract AppendBytesTo :
stream : Stream -> unit
override AppendBytesTo :
stream : Stream -> unit
function AppendBytesTo(stream);
View SourceParameters
- stream Stream
- The stream.
Implements
ISnmpDataAppendBytesTo(Stream)
See Also