Skip to main content

SDIO_OpenSession (0x9210)

Open Session with Function Mode. Data Direction: none

Operation Parameters

ParameterRequiredDescription
SessionIdUnique session identifier
FunctionModeFunction mode
FunctionMode values:
ValueNameDescription
0x0REMOTERemote Control Mode
0x1CONTENT_TRANSFERContent Transfer Mode
0x2REMOTE_AND_CONTENT_TRANSFERRemote Control with Transfer Mode

Response Parameters

None

SDIO_Connect (0x9201)

This is for the Sony SDIO authentication handshake. Data Direction: out Codec Type: Custom Codec

Operation Parameters

ParameterRequiredDescription
phaseTypeConnection phase (1, 2, or 3)
keyCode1KeyCode1 (always 0x00000000)
keyCode2KeyCode2 (always 0x00000000)
phaseType values:
ValueNameDescription
0x1PHASE_1Authentication Phase 1
0x2PHASE_2Authentication Phase 2
0x3PHASE_3Authentication Phase 3
keyCode1 values:
ValueNameDescription
0x0DEFAULTDefault key code
keyCode2 values:
ValueNameDescription
0x0DEFAULTDefault key code

Response Parameters

None

SDIO_GetExtDeviceInfo (0x9202)

Get the protocol version and the supported properties of the connected device. Data Direction: out

Operation Parameters

ParameterRequiredDescription
initiatorVersionInitiator Protocol Version
flagOfDevicePropertyOptionEnables extended SDIO Device Property / SDIControlCode
initiatorVersion values:
ValueNameDescription
0x12c3.00Protocol Version 3.00
flagOfDevicePropertyOption values:
ValueNameDescription
0x0DISABLEDISABLE
0x1ENABLEENABLE

Response Parameters

None

SDIO_GetExtDevicePropValue (0x9251)

Get the DevicePropInfo. Data Direction: out Codec Type: Custom Codec

Operation Parameters

ParameterRequiredDescription
DevicePropCodeProperty code to get

Response Parameters

None

SDIO_SetExtDevicePropValue (0x9205)

Set a DevicePropValue for a device property. Data Direction: in

Operation Parameters

ParameterRequiredDescription
DevicePropCodeProperty code to set
flagOfDevicePropertyOptionEnables extended SDIO Device Property / SDIControlCode
flagOfDevicePropertyOption values:
ValueNameDescription
0x0DISABLEDISABLE
0x1ENABLEENABLE

Response Parameters

None

SDIO_ControlDevice (0x9207)

Set the SDIControl value for the SDIControlCode. Data Direction: in

Operation Parameters

ParameterRequiredDescription
sdiControlCodeControl property code
flagOfDevicePropertyOptionEnables extended SDIO Device Property / SDIControlCode
flagOfDevicePropertyOption values:
ValueNameDescription
0x0DISABLEDISABLE
0x1ENABLEENABLE

Response Parameters

None

SDIO_GetAllExtDevicePropInfo (0x9209)

Obtain all support DevicePropDescs at one time. The host will send this operation at regular intervals to obtain the latest (current) camera settings. Data Direction: out

Operation Parameters

ParameterRequiredDescription
flagOfGetOnlyDifferenceDataFlag of get only difference data
flagOfDevicePropertyOptionEnables extended SDIO Device Property / SDIControlCode
flagOfDevicePropertyOption values:
ValueNameDescription
0x0DISABLEDISABLE
0x1ENABLEENABLE

Response Parameters

None

SDIO_GetOsdImage (0x9238)

Get OSD image Data Direction: out

Operation Parameters

None

Response Parameters

None

SDIO_GetPartialLargeObject (0x9211)

Get partial object from the device. Same as GetPartialObject on PIMA 15740 but with 64-bit offset support. Data Direction: out

Operation Parameters

ParameterRequiredDescription
ObjectHandleObject handle
OffsetLowerOffset in bytes (lower 32 bits)
OffsetUpperOffset in bytes (upper 32 bits)
MaxBytesMaximum number of bytes to obtain (does not support 0xFFFFFFFF)

Response Parameters

ParameterRequiredDescription
ActualBytesSentActual number of bytes sent

SDIO_SetContentsTransferMode (0x9212)

Enable content transfer mode to access memory card content. Data Direction: none

Operation Parameters

ParameterRequiredDescription
ContentsSelectTypeThe Initiator should send this command with one of the following values:
TransferModeThe Initiator should send this command with one of the following values:
AdditionalInformationThe Initiator should send this command with one of the following values:
ContentsSelectType values:
ValueNameDescription
0x0INVALIDINVALID
0x1CAMERASelect on the Camera
0x2HOSTSelect on the Remote/Host Device
TransferMode values:
ValueNameDescription
0x0DISABLEDISABLE
0x1ENABLEENABLE
AdditionalInformation values:
ValueNameDescription
0x0NONENONE
0x1CANCELCANCEL

Response Parameters

None