Forum Discussion
adalan_1411
Nimbostratus
Jul 29, 2009iControl.CommonIPPortDefinition[][]
NM, this can be deleted.
- JRahm
Admin
Hmm, C is not my strong suit either, but try this: - JRahm
Admin
Do you mind posting your solution? Even if you answered your own question? - You'll want something like this:
iControl.CommonIPPortDefinition[][] members_to_remove = new CommonIPPortDefinition[1][]; allocate first dimension to a 1-d array for the 2nd dimension. members_to_remove[0] = new iControl.CommonIPPortDefinition[1]; allocate the second dimension element to a new IPPortDefinition structure. members_to_remove[0][0] = new iControl.CommonIPPortDefinition(); add values members_to_remove[0][0].address = "10.10.10.10"; members_to_remove[0][0].port = 80;
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects