
{ This deck contains the constants used by session application layer to output
{ keypoints. These constants follow the order of the keypoints setup in
{ nak$external_job_mode_keypoints.


  CONST
{ The following constants are used by session application layer.

    amk_await_data_available = 0,
    amk_change_attributes = 1,
    amk_fetch_attributes = 2,
    amk_get_attributes = 3,
    amk_se_interrupt = 4,
    amk_se_receive_data = 5,
    amk_se_send_data = 6,
    amk_se_synchronize = 7,
    amk_se_synchronize_confirm = 8,
    amk_store_attributes = 9,
    amk_se_get_available_byte_count = 10;

