EVTAG_GET

Returns the value for a member.

@param msg the message from which to get the value @param member the name of the member variable @param pvalue a pointer to the variable to hold the value @param plen a pointer to the length of the value @return 0 on success, -1 otherwise.

  1. auto EVTAG_GET(T msg, U pvalue)
  2. auto EVTAG_GET(T msg, U pvalue, V plen)
    extern (C) nothrow
    EVTAG_GET
    (
    string member
    T
    U
    V
    )
    (
    T msg
    ,,)

Meta