RobotLib  1
A set of software wrappers for Rovio, Roomba and NXT robots written in C#.
 All Classes Namespaces Functions Variables Enumerations Properties Pages
NXT.API.SystemCommand Member List

This is the complete list of members for NXT.API.SystemCommand, including all inherited members.

AutoUpdateNXT.Component
BluetoothFactoryReset()NXT.API.SystemCommand
Boot()NXT.API.SystemCommand
Close(int file_handle)NXT.API.SystemCommand
Component(Robot _robot)NXT.Component
Delete(string name)NXT.API.SystemCommand
DeleteUserFlash()NXT.API.SystemCommand
FindFirst(string name, ref string file_name, ref int file_handle, ref int file_size)NXT.API.SystemCommand
FindNext(int file_handle, out byte[] response)NXT.API.SystemCommand
GetDeviceInfo(out byte[] response)NXT.API.SystemCommand
GetFirmwareVersion(out byte[] response)NXT.API.SystemCommand
OpenAppendData(string name, ref int file_handle, ref int file_size)NXT.API.SystemCommand
OpenRead(string name, ref int file_handle, ref int file_size)NXT.API.SystemCommand
OpenReadLinear(string name, ref int memory_pointer)NXT.API.SystemCommand
OpenWrite(string name, ref int file_handle, int file_size)NXT.API.SystemCommand
OpenWriteData(string name, ref int file_handle, int file_size)NXT.API.SystemCommand
OpenWriteLinear(string name, ref int file_handle, int file_size)NXT.API.SystemCommand
Poll(int buffer_type, int command_length, out byte[] response)NXT.API.SystemCommand
PollLength(int buffer_type, ref int buffer_size)NXT.API.SystemCommand
Read(int file_handle, int bytes_to_read, out byte[] data)NXT.API.SystemCommand
RequestResponseNXT.API.SystemCommand
robotNXT.Componentprotected
SetBrickName(string name)NXT.API.SystemCommand
SystemCommand(Robot _robot)NXT.API.SystemCommand
Write(int file_handle, byte[] data)NXT.API.SystemCommand