List of All Members for SerialConnection
This is the complete list of members for SerialConnection, including inherited members.
- baudRate : int
- cmdCode : int
- mailboxAddr : int
- maxChunkSize : var
- port : string
- appletExecute(cmd, args)
- close()
- go(address)
- open()
- read(address, length, timeout)
- readu8(address, timeout)
- readu16(address, timeout)
- readu32(address, timeout)
- waitForMonitor(timeout)
- write(address, data)
- writeu8(address, data)
- writeu16(address, data)
- writeu32(address, data)
The following members are inherited from Connection.
- aliases : var
- applet : var
- appletConnectionType : var
- autoConnect : bool
- autoDeviceInit : bool
- device : var
- mailbox : var
- name : var
- priority : var
- ByteArray appletBufferRead(int length)
- bool appletBufferWrite(ByteArray data)
- int appletExecute(AppletCommand command, var arguments)
- int appletMailboxRead(int index)
- bool appletMailboxReceive(int timeout)
- bool appletMailboxSend()
- bool appletUpload(Applet applet)
- void close()
- connectionClosed()
- connectionFailed(string message)
- connectionOpened()
- void defaultAppletExecute(AppletCommand command, var arguments)
- bool go(int address)
- void initializeApplet(string appletName)
- void open()
- ByteArray read(int address, int length)
- int readu8(int address, int timeout)
- int readu16(int address, int timeout)
- int readu32(int address, int timeout)
- bool waitForMonitor(int timeout)
- bool write(int address, ByteArray data)
- bool writeu8(int address, int data)
- bool writeu16(int address, int data)
- bool writeu32(int address, int data)
Copyright © 2015-2017 Atmel Corporation |
SAM-BA Documentation |