Enqueue communication request.
Namespace:
AForge.Robotics.SurveyorAssembly: AForge.Robotics.Surveyor (in AForge.Robotics.Surveyor.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
C# |
---|
public void Send( byte[] request ) |
Parameters
- request
- Type: array<
System..::.Byte
>[]()[]
Array of bytes (command) to send to SRV-1 Blackfin robot/camera.
Remarks
The method puts specified command into communication queue and leaves immediately. Once internal communication thread becomes free from sending/receiving previous commands/replies, it will send the queued command.
The method is useful for those SRV-1 commands, which does not assume any response data in the command's reply.
