Virtual Method

HitakiTascamProtocolread_state

Declaration [src]

gboolean
read_state (
  HitakiTascamProtocol* self,
  guint32* const* state,
  gsize* count,
  GError** error
)

Description [src]

Read the latest image of device state.

Parameters

state An array of guint32*
 

The image of state.

 The argument will be modified by the function.
 The length of the array is specified in the count argument.
 The called function takes ownership of the data, and is responsible for freeing it.
count gsize*
 

The length of image for state.

 The argument will be modified by the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE if the overall operation finished successfully, else FALSE.