Interface IPayload
- Namespace
- NominalSystems.Classes
- Assembly
- NominalSystems.Classes.dll
[Nominal] This interface is used to define a payload that can be used to 'Capture' data of some kind and send the data as a byte array that can be sent over a network or stored in a file.
public interface IPayload
Methods
Capture()
A method that will capture the data of the payload and store it in some form of byte array.
void Capture()
ClearBuffer()
A method that will clear the buffer of the payload. This will remove any data currently in the output message.
void ClearBuffer()