Home AMX User Forum NetLinx Studio

SET_URL_List not in my help file

SET_URL_LIST

Hey,

Does anyone have this in their Netlinx keyword help? Mine does not have it. I'd like to see the protocol but it's not there.

Thanks in advance.

Eric

Comments

  • AMXJeffAMXJeff Posts: 450
    Set_url_list

    It is not SET_URL_LIST... It is ADD_URL_ENTRY...

    ///////////////////////////////////////////////////////////////////////////


    ADD_URL_ENTRY
    This function adds a URL entry to the specified device. The function requires a pre-initialized URL_STRUCT that will be sent to the specified device.

    ADD_URL_ENTRY (DEV Device, URL_STRUCT Url)

    Parameters:

    Device - Device number of the device that stores the URL; typically the local Master (0:1:0).

    If you currently connected to another Master, you can use <0:1:system number of remote master>.

    Url - URL_STRUCT that will be programmed into the device

    Result:

    0: Success

    -1: Specified device is invalid or is not online

    -2: Time out occurred

    -3: Function is already actively adding a URL entry (i.e. busy)

    -4: Add failed

    Note that NetLinx will automatically set bit 5 of the Flags member of the URL_STRUCT structure.

    See GET_URL_LIST for a description of the URL_STRUCT structure.
  • ericmedleyericmedley Posts: 4,177
    Interesting...

    Thanks.

    If you type SET_URL_LIST into studio it does show up as a keyword for me. It must be an old command that has been removed.

    alas and anon...
Sign In or Register to comment.