Package de.stuermerbenjamin.cameraremote.communication

Types

Link copied to clipboard
object ObjectPropertyCode
Link copied to clipboard
object ResponseCode

All Responses contain a 30-byte response dataset including a response code, a sessionId, a transactionId and a parameter field.

Functions

Link copied to clipboard
fun Int.codeToString(type: Int): String

Returns a string representation of the code field an PTP packet.

Link copied to clipboard
fun Int.constantToString(clazz: Class<*>): String

Returns the name of the constant that has the specified constant in the specified clazz.

Link copied to clipboard
fun Int.datatypetoString(): String
Link copied to clipboard
fun Int.eventToString(): String
Link copied to clipboard
fun Int.getDatatypeSize(): Int
Link copied to clipboard
fun Int.objectFormatToString(): String
Link copied to clipboard
fun Int.operationToString(): String
Link copied to clipboard
fun Int.propertyToString(): String
Link copied to clipboard
fun Int.responseToString(): String
fun Int.responseToString(response: Int): String
Link copied to clipboard
fun Int.typeToString(): String