Method
ALSASeqUserClientget_protocol_version
Declaration [src]
gboolean
alsaseq_user_client_get_protocol_version (
ALSASeqUserClient* self,
const guint16** proto_ver_triplet,
GError** error
)
Description [src]
Get the version of sequencer protocol currently used. The version is expressed as the array with three elements; major, minor, and micro version in the order. The length of major version is 16 bit, the length of minor and micro version is 8 bit each.