Interface IBytesInfo
Interface for information in the form of a bytes array.
Namespace: Fibula.Communications.Contracts.Abstractions
Assembly: Fibula.Communications.Contracts.dll
Syntax
public interface IBytesInfo : IIncomingPacket
Properties
| Improve this Doc View SourceBytes
Gets the information bytes.
Declaration
byte[] Bytes { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |